Return to start page

The first version, with no parameters, removes all but the first element from every consecutive group of equal elements in the vector container. Notice that an element is only removed from the vector if it is equal to the element immediately preceding it. Thus, this function is specially useful for sorted lists.

Brief Description

-

Source File

Core/General/Struct Vector.j

Object

backwards should be faster

Authors

-

See Objects

-

Todos

-